Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update module cloud.google.com/go/storage to v1.49.0 #210

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/storage v1.46.0 -> v1.49.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code minor labels Nov 15, 2024
@renovate renovate bot requested a review from gabe565 as a code owner November 15, 2024 01:04
Copy link
Contributor Author

renovate bot commented Nov 15, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 16 additional dependencies were updated

Details:

Package Change
google.golang.org/api v0.205.0 -> v0.210.0
cloud.google.com/go/auth v0.10.1 -> v0.11.0
cloud.google.com/go/auth/oauth2adapt v0.2.5 -> v0.2.6
cloud.google.com/go/iam v1.2.1 -> v1.2.2
cloud.google.com/go/monitoring v1.21.1 -> v1.21.2
github.com/googleapis/gax-go/v2 v2.13.0 -> v2.14.0
golang.org/x/crypto v0.28.0 -> v0.29.0
golang.org/x/net v0.30.0 -> v0.31.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/text v0.19.0 -> v0.20.0
golang.org/x/time v0.7.0 -> v0.8.0
google.golang.org/genproto v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/genproto/googleapis/api v0.0.0-20241015192408-796eee8c2d53 -> v0.0.0-20241113202542-65e8d215514f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241021214115-324edc3d5d38 -> v0.0.0-20241118233622-e639e219e697
google.golang.org/grpc v1.67.1 -> v1.67.2
google.golang.org/protobuf v1.35.1 -> v1.35.2

@renovate renovate bot force-pushed the renovate/cloud.google.com-go-storage-1.x branch from f7ccb91 to 835baf2 Compare December 5, 2024 23:21
@renovate renovate bot changed the title chore(deps): update module cloud.google.com/go/storage to v1.47.0 chore(deps): update module cloud.google.com/go/storage to v1.48.0 Dec 5, 2024
@renovate renovate bot force-pushed the renovate/cloud.google.com-go-storage-1.x branch from 835baf2 to e9aaca0 Compare December 21, 2024 03:10
@renovate renovate bot changed the title chore(deps): update module cloud.google.com/go/storage to v1.48.0 chore(deps): update module cloud.google.com/go/storage to v1.49.0 Dec 21, 2024
Copy link
Contributor Author

renovate bot commented Dec 21, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/spf13/cobra v1.8.1
go: downloading github.com/spf13/viper v1.19.0
go: downloading gabe565.com/utils v0.0.0-20241111053222-0f59399cbb3c
go: downloading github.com/charmbracelet/huh v0.6.0
go: downloading k8s.io/kubectl v0.31.2
go: downloading github.com/charmbracelet/lipgloss v1.0.0
go: downloading k8s.io/apimachinery v0.31.2
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/muesli/termenv v0.15.3-0.20240912151726-82936c5ea257
go: downloading golang.org/x/sync v0.10.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading k8s.io/client-go v0.31.2
go: downloading al.essio.dev/pkg/shellescape v1.5.1
go: downloading k8s.io/api v0.31.2
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/lmittmann/tint v1.0.5
go: downloading github.com/google/uuid v1.6.0
go: downloading gabe565.com/spinners v1.3.0
go: downloading github.com/schollz/progressbar/v3 v3.17.1
go: downloading cloud.google.com/go/storage v1.49.0
go: downloading cloud.google.com/go v0.116.0
go: downloading github.com/aws/aws-sdk-go-v2/config v1.28.3
go: downloading github.com/aws/aws-sdk-go-v2 v1.32.4
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.37
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.66.3
go: downloading google.golang.org/api v0.214.0
go: downloading k8s.io/utils v0.0.0-20241104163129-6fe5fd82f078
go: downloading github.com/dmarkham/enumer v1.5.10
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/fsnotify/fsnotify v1.7.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/sagikazarmark/locafero v0.4.0
go: downloading github.com/sagikazarmark/slog-shim v0.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading github.com/catppuccin/go v0.2.0
go: downloading github.com/charmbracelet/bubbles v0.20.0
go: downloading github.com/charmbracelet/bubbletea v1.1.0
go: downloading github.com/charmbracelet/x/exp/strings v0.0.0-20240722160745-212f7b056ed0
go: downloading github.com/mitchellh/hashstructure/v2 v2.0.2
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/moby/term v0.5.0
go: downloading golang.org/x/sys v0.28.0
go: downloading k8s.io/cli-runtime v0.31.2
go: downloading github.com/charmbracelet/x/ansi v0.4.2
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/gorilla/websocket v1.5.1
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/imdario/mergo v0.3.16
go: downloading golang.org/x/term v0.27.0
go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.4
go: downloading github.com/moby/spdystream v0.4.0
go: downloading golang.org/x/net v0.33.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/google/gnostic-models v0.6.8
go: downloading github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db
go: downloading cloud.google.com/go/compute/metadata v0.6.0
go: downloading cloud.google.com/go/iam v1.2.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.1
go: downloading github.com/googleapis/gax-go/v2 v2.14.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.29.0
go: downloading go.opentelemetry.io/otel v1.29.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.29.0
go: downloading go.opentelemetry.io/otel/sdk v1.29.0
go: downloading golang.org/x/oauth2 v0.24.0
go: downloading google.golang.org/genproto v0.0.0-20241118233622-e639e219e697
go: downloading google.golang.org/grpc v1.67.3
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20240907200651-3ffb98b2c93a
go: downloading google.golang.org/protobuf v1.35.2
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.44
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.19
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.24.5
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.4
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.32.4
go: downloading github.com/aws/smithy-go v1.22.0
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.6
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.23
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.23
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.0
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.4
go: downloading cloud.google.com/go/auth v0.13.0
go: downloading github.com/pascaldekloe/name v1.0.0
go: downloading golang.org/x/tools v0.25.0
go: downloading github.com/sourcegraph/conc v0.3.0
go: downloading golang.org/x/exp v0.0.0-20240909161429-701f63a606c0
go: downloading golang.org/x/text v0.21.0
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/magiconair/properties v1.8.7
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading github.com/charmbracelet/x/term v0.2.0
go: downloading github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f
go: downloading github.com/mattn/go-localereader v0.0.1
go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
go: downloading sigs.k8s.io/yaml v1.4.0
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.4.1
go: downloading sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd
go: downloading github.com/go-logr/logr v1.4.2
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f
go: downloading golang.org/x/time v0.8.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20241118233622-e639e219e697
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/otel/trace v1.29.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576
go: downloading cloud.google.com/go/monitoring v1.21.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.1
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.25.0
go: downloading go.opentelemetry.io/otel/metric v1.29.0
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.6
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.54.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.23
go: downloading github.com/google/s2a-go v0.1.8
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/json-iterator/go v1.1.12
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/fxamacker/cbor/v2 v2.7.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.4
go: downloading github.com/envoyproxy/go-control-plane v0.13.1
go: downloading golang.org/x/mod v0.21.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/emicklei/go-restful/v3 v3.12.0
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78
go: downloading github.com/envoyproxy/protoc-gen-validate v1.1.0
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading cel.dev/expr v0.16.1
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading golang.org/x/crypto v0.31.0
go: downloading google.golang.org/grpc v1.69.2
go: downloading google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.31.0
go: downloading go.opentelemetry.io/otel v1.31.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.31.0
go: downloading go.opentelemetry.io/otel/sdk v1.31.0
go: downloading go.opentelemetry.io/otel/trace v1.31.0
go: downloading go.opentelemetry.io/otel/metric v1.31.0
go: downloading cel.dev/expr v0.16.2
go: github.com/clevyr/kubedb/internal/storage imports
	cloud.google.com/go/storage imports
	google.golang.org/grpc/stats/opentelemetry: ambiguous import: found package google.golang.org/grpc/stats/opentelemetry in multiple modules:
	google.golang.org/grpc v1.67.3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/[email protected]/stats/opentelemetry)
	google.golang.org/grpc/stats/opentelemetry v0.0.0-20241028142157-ada6787961b3 (/tmp/renovate/cache/others/go/pkg/mod/google.golang.org/grpc/stats/[email protected])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code minor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants